func net/http/pprof.indexTmplExecute

2 uses

	net/http/pprof (current package)
		pprof.go#L402: 	if err := indexTmplExecute(w, profiles); err != nil {
		pprof.go#L407: func indexTmplExecute(w io.Writer, profiles []profileEntry) error {